Installed beta 5 of Xcode 13.
Getting a lot of random crashes in different places of application (e.g):
Thread 8: EXC_BREAKPOINT (code=1, subcode=0x1c80eb414)
Here is instruction list:
libsystem_platform.dylib`_os_semaphore_dispose.cold.1:
0x1c80eb3f0 <+0>: sxtw x8, w0
0x1c80eb3f4 <+4>: stp x20, x21, [sp, #-0x10]!
0x1c80eb3f8 <+8>: adrp x20, 0
0x1c0eb3fc <+12>: add x20, x20, #0xd52 ; =0xd52
0x1c80eb400 <+16>: adrp x21, 75707
0x1c80eb404 <+20>: add x21, x21, #0x568 ; =0x568
0x1c80eb408 <+24>: str x20, [x21, #0x8]
0x1c80eb40c <+28>: str x8, [x21, #0x38]
0x1c80eb410 <+32>: ldp x20, x21, [sp], #0x10
-> 0x1c80eb414 <+36>: brk #0x1
How can I find more info about this crash?
Env is : Mac mini M1 and Simulator.
7
0
2.7k